home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global chica
- puppetSound(0)
- set the fileName of member "video" to the pathName & "videos\works\work" & chica & ".avi"
- repeat with x = 20 to 26
- set the visible of sprite x to 0
- end repeat
- end
-
- on prepareMovie
- global idioma
- if idioma = "french" then
- set the fileName of castLib "idiomas" to the pathName & "french.cst"
- else
- if idioma = "deutch" then
- set the fileName of castLib "idiomas" to the pathName & "deutch.cst"
- else
- set the fileName of castLib "idiomas" to the pathName & "english.cst"
- end if
- end if
- end
-